home *** CD-ROM | disk | FTP | other *** search
/ Secret & Below Interoperability (Unclassified) / Secret_and_Below_Interoperability_Version_1.0_Defense_Information_Systems_Agency_June_2000.iso / Mainmenu.swf / scripts / DefineButton2_25 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2000-03-15  |  206b  |  14 lines

  1. on(release){
  2.    tellTarget("_level0")
  3.    {
  4.       gotoAndStop("MOD01");
  5.       play();
  6.    }
  7.    tellTarget("_level8")
  8.    {
  9.       gotoAndStop("H_Mod01");
  10.       play();
  11.    }
  12.    unloadMovieNum(6);
  13. }
  14.